Opened 12 years ago
Closed 12 years ago
#1891 closed defect (fixed)
LDFLAGS environment variable not passed though to liblwgeom
Reported by: | mweisman | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.2 |
Component: | build | Version: | 2.0.x |
Keywords: | Cc: |
Description
The liblwgeom Makefile.in defines LDFLAGS as:
@GEOS_LDFLAGS@ -lgeos_c @PROJ_LDFLAGS@ -lproj
which will drop any custom LDFLAGS passed into a build though environment variables.
See attached patch for fix.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | liblwgeom_makefile.patch added |
---|
comment:1 by , 12 years ago
Milestone: | PostGIS 2.0.1 → PostGIS 2.0.2 |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks! r9991 in 2.0 branch, r9992 in trunk